home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / Miami / MiamiSDK / netinclude / sys / param.h < prev    next >
C/C++ Source or Header  |  1997-12-04  |  163b  |  9 lines

  1. #ifndef _SYS_PARAM_H_
  2. #define _SYS_PARAM_H_
  3.  
  4. #define    BSD    199306        /* System version (year & month). */
  5.  
  6. #define MAXHOSTNAMELEN    256        /* max hostname size */
  7.  
  8. #endif
  9.